home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / monkey_bownling.swf / scripts / DefineButton2_15 / BUTTONCONDACTION on(release).as
Text File  |  2007-01-15  |  195b  |  9 lines

  1. on(release){
  2.    _root.soundOn = false;
  3.    _parent.soundFrame = _level100._currentframe;
  4.    _parent.soundSong = _parent.song;
  5.    _level100.stop();
  6.    stopAllSounds();
  7.    gotoAndStop(2);
  8. }
  9.